home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / prospero / propsero.lha / prospero-beta.4.2e / ARCHIE.README < prev    next >
Text File  |  1992-02-10  |  2KB  |  46 lines

  1. This release of Prospero includes a standalone client to query the
  2. Archie server at McGill University (or alternative servers).  It is
  3. standalone in the sense that, once compiled, it does not require
  4. Prospero to be installed on the host from which it is to be used.  To
  5. build the Archie client, first build Prospero (either with or without
  6. the compatibility library), then connect to the user subdirectory and
  7. type make Archie.  If called with just a file name, it will query the
  8. Archie database for exact matches. If executed with no arguments it
  9. will display its options.
  10.  
  11. Prospero also allows users to access Archie as if it were part of a
  12. file system.  Here is an example of how Prospero can be used to access
  13. Archie in this manner.
  14.  
  15.   Script started on Mon Jul  1 22:36:42 1991
  16.   % source /home/ftp/archie/pfs/bin/vfsetup.source
  17.   % vfsetup guest
  18.   % venable
  19.   % cd /archive-sites/archie/regex
  20.   % cd prospero (This command specifies the query)
  21.   % ls -l
  22.   total 0
  23.   -r--r--r--   0 -               0 -            info-prospero.arc
  24.   dr-xr-xr-x   0 -               0 -            prospero
  25.   dr-xr-xr-x   0 -               0 -            prospero-papers
  26.   -r--r--r--   0 -               0 -            prospero.arc
  27.   -r--r--r--   0 -               0 -            prospero.tar.Z
  28.   (Note that the "vls" command could have been used)
  29.   (to show where the files were actually stored    )
  30.   % ls prospero (list a result if it is a directory)
  31.   prog.tar.Z      prospero.tar.Z
  32.   % cat info-prospero.arc  (The file is automatically retrieved and displayed)
  33.   >From bcn@n1dmm  Tue Dec  4 02:33:36 1990
  34.   Received: from n1dmm.cs.washington.edu by june.cs.washington.edu (5.64/7.0jh)
  35.           id AA24763; Tue, 4 Dec 90 02:33:36 -0800
  36.   Received: by n1dmm.cs.washington.edu (5.64/7.0h)
  37.           id AA08497; Tue, 4 Dec 90 02:33:31 -0800
  38.   Date: Tue, 4 Dec 90 02:33:31 -0800
  39.   From: bcn@cs.washington.edu (Clifford Neuman)
  40.   ...
  41.   % vdisable
  42.   % exit
  43.   script done on Mon Jul  1 22:39:33 1991
  44.  
  45.  
  46.